home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
20th Century Newsmakers
/
20th Century Newsmakers (2000)(Scarlet Software).iso
/
LANGUAGE
/
MAIN.DFM
/
MAIN.txt
Wrap
Text File
|
1996-11-13
|
3KB
|
131 lines
object MainForm: TMainForm
object MinimizeButton: TImage
Hint = 'MINIMISE'
end
object Clock: TImage
Hint = 'TIME PERIOD'
end
object Cat1: TBitmapButton
Hint = 'CATEGORY POLITICS'
end
object Cat2: TBitmapButton
Hint = 'CATEGORY BUSINESS'
end
object Cat3: TBitmapButton
Hint = 'CATEGORY MILITARY'
end
object Cat4: TBitmapButton
Hint = 'CATEGORY CRIME'
end
object Cat5: TBitmapButton
Hint = 'CATEGORY SCIENCE'
end
object Cat6: TBitmapButton
Hint = 'CATEGORY RELIGION'
end
object Cat7: TBitmapButton
Hint = 'CATEGORY ARTS'
end
object Cat8: TBitmapButton
Hint = 'CATEGORY SPORT'
end
object SystemClose: TImage
Hint = 'EXIT'
end
object Light1: TImage
Hint = 'SELECT TO ALBUM'
end
object Light2: TImage
Hint = 'SELECT TO ALBUM'
end
object Light3: TImage
Hint = 'SELECT TO ALBUM'
end
object Light4: TImage
Hint = 'SELECT TO ALBUM'
end
object Light5: TImage
Hint = 'SELECT TO ALBUM'
end
object Light6: TImage
Hint = 'SELECT TO ALBUM'
end
object Items: TLabel
Caption = 'Persons selected'
end
object CaptionBar: TrxLabel
Hint = 'WINDOW MOVE'
Caption = 'The 20th Century Newsmakers'
end
object TextBut: TBitmapButton
Hint = 'TEXT WINDOW'
end
object IndexBut: TBitmapButton
Hint = 'SEARCH WINDOW'
end
object AlbumBut: TBitmapButton
Hint = 'ALBUM WINDOW'
end
object BackBut: TBitmapButton
Hint = 'SHOW LAST PERSON'
end
object PrintBut: TBitmapButton
Hint = 'PRINT CURRENT PERSON'
end
object HelpBut: TBitmapButton
Hint = 'HELP WINDOW'
end
object ExitBut: TBitmapButton
Hint = 'PROGRAM EXIT'
end
object HistoryBut: TBitmapButton
Hint = 'SOUND On-Off'
end
object ButtonLeft: TBitmapButton
Hint = 'SCROLL LEFT'
end
object ButtonRight: TBitmapButton
Hint = 'SCROLL RIGHT'
end
object MMPlay: TBitmapButton
Hint = 'PLAY'
end
object MMPause: TBitmapButton
Hint = 'PAUSE'
end
object MMStop: TBitmapButton
Hint = 'STOP'
end
object MMForward: TBitmapButton
Hint = 'TO END'
end
object MMRewind: TBitmapButton
Hint = 'TO BEGINNING'
end
object TV: TDrawPanel
Hint = 'ZOOM'
end
object ToolsButtons: TListBox
Items.Strings = (
'Sound'
'Text'
'Index'
'Album'
'Back'
'Print'
'Help'
'Exit')
end
object CategoryButtons: TListBox
Items.Strings = (
'Politics'
'Business'
'Military'
'Crime'
'Science'
'Religion'
'Arts'
'Sport')
end
end